home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / tlx31mnu.arc / TELIXMNU.DOC < prev   
Text File  |  1988-10-19  |  7KB  |  127 lines

  1.  
  2.                           T E L I X  R E L E A S E  3 . 1 0
  3.                              Logitech 3-Button Mouse Menu
  4.  
  5.                               Written By Robert F. Rapp
  6.                                   October 16, 1988
  7.  
  8.                                      Version 1.00
  9.  
  10.  
  11.           Telix  lends  itself to mouse support, with its pop-up moving bar
  12.           menus and the Lotus-style dialing directory.   It  has,  however,
  13.           two  areas  of  weakness:  The command help menu, and the lack of
  14.           any default prefix toggle, especially for call waiting. This menu
  15.           provides, in a 3K menu, these capabilities.
  16.  
  17.           The mouse buttons follow the more-or-less accepted standards  for
  18.           Logitech menus:
  19.  
  20.                     Left                          Enter
  21.                     Middle                        Select (menu) Mark (dir)
  22.                     Right                         Escape
  23.  
  24.           In addition, chords are defines as follows:
  25.  
  26.                     Left+Middle                   Y (for YES)
  27.                     Right+Middle                  N (for NO)
  28.                     Left+Right                    PgUp or AltS (page up in
  29.                                                   dialing directory,
  30.                                                   upload otherwise)
  31.                     All buttons                   PgDn or AltR (page down in
  32.                                                   dialing directory,
  33.                                                   download otherwise)
  34.  
  35.           To  get  the  pop-up command menu, click the middle button twice.
  36.           The first click will  give  you  the  usual  help  screen/session
  37.           timer, the second will load the overlay pop-up menu.  It includes
  38.           all  the commands on the help screen, but simply point and click.
  39.           The default is the dialing  directory,  to  speed  access.   Just
  40.           click the left button twice to bring up the short, then the full,
  41.           dialing directory.
  42.  
  43.           When  in  a  session, you can bypass the menu and use the L+R and
  44.           ALL chords for up- and down- loading.  Just remember, fork up and
  45.           fAll down.  (Is it apparent I'm an old time WordStar user?  We'll
  46.           stretch mnemonics beyond belief!)
  47.  
  48.           Now  for  the  dialing directory. You can use the ALL (fAll down)
  49.           chord to move down, one page of 15 entries at a  time.  Likewise,
  50.           you can use the L+R (fork up) chord to move up a page of entries.
  51.  
  52.           To  dial  a  number, just move the mouse to highlight the desired
  53.           number, move to Dial, and click the left button. If you  want  to
  54.           dial  a queue, use the middle button, pressing it to select, then
  55.           move  to the next choice, click the middle button, until you have
  56.           the queue you want.  Then just press the left button,  and  Telix
  57.           will start dialing the queue.  All other functions are  available
  58.           by moving the mouse left or right and clicking the left button!
  59.  
  60.  
  61.  
  62.           Telix 3.10 Logitech Mouse Menu Version 1.00                Page 2
  63.  
  64.  
  65.           That  is  it for the file TELIX.DEF and TELIX.MNU!  However, this
  66.           does not address the lack of a default  prefix  toggle!   If  you
  67.           always  use  call  waiting,  the place to put the *70W (for Touch
  68.           Tone) is in the dialing prefixes.  However, if you are  like  me,
  69.           you  may  have  need  for  a  way to toggle that on and off!  The
  70.           second menu does that with the Disable  call  waiting  ON  &  OFF
  71.           choices  on the menu overlay.  You will have to change the actual
  72.           initialization strings that are in the  menu  to  your  own,  and
  73.           recompile  the menu, unless you have a modem with nonvolatile RAM
  74.           and two reset commands, ATZ0 and ATZ1.  You can use one  for  MNP
  75.           on  and one for MNP off!  If you do this, the menu can be used as
  76.           is, with the ATZ1 choice as Dialing prefix 1 and the ATZ0  choice
  77.           as Dialing prefix 2.  Dialing prefix 3 is defined without a modem
  78.           reset,  that  is,  as  ATDT,  with  or  without  the call waiting
  79.           disabling command, per your choice!  If  you  wish  to  use  this
  80.           menu,  rename  the  DEF and MNU file from TELIX_P.DEF and .MNU to
  81.           TELIX.DEF and TELIX.MNU, after erasing the two files without this
  82.           feature or moving them to another directory. In order for this to
  83.           work properly, please note that Insert must be OFF (the default).
  84.  
  85.           The other mouse chords give you one other feature, without making
  86.           you use the keyboard right after your hand is on the mouse. These
  87.           are the L+M Y (yes) and R+M N (no) functions.
  88.  
  89.           Color  note:  If you use color, and close to the "default" colors
  90.           for Telix, replace the BOLD statements in the TELIX.DEF file with
  91.           the number 3.  This gives you nice cyan pop-ups with red-on-white
  92.           moving bars.  After saving the changes, type (assuming the  mouse
  93.           subdirectory is in your path)  NEWMENU TELIX, and you are done.
  94.  
  95.           You can also add Telix to CLICK.SRC with the line:
  96.                     Telix menu               ;Telix 3.10
  97.           After  saving  that,  issue the command  NEWCLICK and you are all
  98.           set!!!
  99.  
  100.           Note that if you run a mouse menu equipped editor, or Hotkey, the
  101.           other program's mouse driver will wipe out this one.  Not  a  big
  102.           problem   with  Telix; write a batch file that summons the editor
  103.           or Hotkey, and calls up the Telix mouse menu when it exits,  with
  104.           the command MENU TELIX. Again, this only works really well if the
  105.           mouse stuff is in your path.
  106.  
  107.           Note  also  that  the  printer  log toggle does nothing.  This is
  108.           because  Telix  looks  for the scan code of Ctrl-@, not its ASCII
  109.           value (which is NULL, ASCII  0).   You  cannot  assign  it  to  a
  110.           function  key,  either, for the same reason.  I will keep working
  111.           to fix this problem.  In the meantime, you will have to  use  the
  112.           keyboard for that function!!
  113.  
  114.           Any comments, etc., direct to the Sysop  at  The  Anonymous  BBS,
  115.           (414)   251-2580, 300/1200/2400/4800/9600 baud, 8N1 (the modem is
  116.           a  Hayes  V-series).  I can also be reached as Rob Rapp, Exec-PC,
  117.           (414) 964-5160, 1200/2400 baud, 8N1,  or  as  R.RAPP2  on  GEnie.
  118.           Please  credit me if you adapt.  No particular reason - it's just
  119.           nice.
  120.  
  121.           Enjoy.
  122.                                      ++++ROB++++
  123.  
  124.  
  125.  
  126.  
  127.